home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / cde.idb / usr / dt / share / man / cat3 / RectObj.z / RectObj
Encoding:
Text File  |  2003-11-18  |  6.2 KB  |  199 lines

  1.  
  2.  
  3.  
  4.      RRRReeeeccccttttOOOObbbbjjjj((((3333XXXX))))           UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV           RRRReeeeccccttttOOOObbbbjjjj((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       _R_e_c_t_O_b_j - The    RectObj    widget class
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.       #include <Xm/Xm.h>
  13.  
  14.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.       RectObj is never instantiated.  Its sole purpose is as a
  16.       supporting superclass    for other widget classes.
  17.  
  18.     CCCCllllaaaasssssssseeeessss
  19.       RectObj inherits behavior and    a resource from    _O_b_j_e_c_t.
  20.  
  21.       The class pointer is _r_e_c_t_O_b_j_C_l_a_s_s.
  22.  
  23.       The class name is _R_e_c_t_O_b_j.
  24.  
  25.     NNNNeeeewwww RRRReeeessssoooouuuurrrrcccceeeessss
  26.       The following    table defines a    set of widget resources    used
  27.       by the programmer to specify data.  The programmer can also
  28.       set the resource values for the inherited classes to set
  29.       attributes for this widget.  To reference a resource by name
  30.       or by    class in a .Xdefaults file, remove the _X_m_N or _X_m_C
  31.       prefix and use the remaining letters.     To specify one    of the
  32.       defined values for a resource    in a .Xdefaults    file, remove
  33.       the _X_m prefix    and use    the remaining letters (in either
  34.       lowercase or uppercase, but include any underscores between
  35.       words).  The codes in    the access column indicate if the
  36.       given    resource can be    set at creation    time (C), set by using
  37.       _X_t_S_e_t_V_a_l_u_e_s (S), retrieved by    using _X_t_G_e_t_V_a_l_u_e_s (G), or is
  38.       not applicable (N/A).
  39.  
  40.                  RRRReeeeccccttttOOOObbbbjjjj RRRReeeessssoooouuuurrrrcccceeee SSSSeeeetttt
  41.      NNNNaaaammmmeeee            CCCCllllaaaassssssss         TTTTyyyyppppeeee     DDDDeeeeffffaaaauuuulllltttt   AAAAcccccccceeeessssssss
  42.      ____________________________________________________________________
  43.      XmNancestorSensitive   XmCSensitive     Boolean     dynamic   G
  44.      XmNborderWidth        XmCBorderWidth   Dimension     1       CSG
  45.      XmNheight            XmCHeight         Dimension     dynamic   CSG
  46.      XmNsensitive        XmCSensitive     Boolean     True       CSG
  47.      XmNwidth            XmCWidth         Dimension     dynamic   CSG
  48.      XmNx            XmCPosition         Position     0       CSG
  49.      XmNy            XmCPosition         Position     0       CSG
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 11/11/03)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      RRRReeeeccccttttOOOObbbbjjjj((((3333XXXX))))           UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV           RRRReeeeccccttttOOOObbbbjjjj((((3333XXXX))))
  71.  
  72.  
  73.  
  74.       _X_m_N_a_n_c_e_s_t_o_r_S_e_n_s_i_t_i_v_e
  75.            Specifies whether the immediate parent of the gadget
  76.            receives    input events.  Use the function    _X_t_S_e_t_S_e_n_s_i_t_i_v_e
  77.            if you are changing the argument    to preserve data
  78.            integrity (see _X_m_N_s_e_n_s_i_t_i_v_e below).  The    default    is the
  79.            bitwise AND of the parent's _X_m_N_s_e_n_s_i_t_i_v_e    and
  80.            _X_m_N_a_n_c_e_s_t_o_r_S_e_n_s_i_t_i_v_e resources.
  81.  
  82.       _X_m_N_b_o_r_d_e_r_W_i_d_t_h
  83.            Specifies the width of the border placed    around the
  84.            RectObj's rectangular display area.
  85.  
  86.       _X_m_N_h_e_i_g_h_t
  87.            Specifies the inside height (excluding the border) of
  88.            the RectObj's rectangular display area.
  89.  
  90.       _X_m_N_s_e_n_s_i_t_i_v_e
  91.            Determines whether a RectObj receives input events.  If
  92.            a RectObj is sensitive, the parent dispatches to    the
  93.            gadget all keyboard, mouse button, motion, window
  94.            enter/leave, and    focus events.  Insensitive gadgets do
  95.            not receive these events.  Use the function
  96.            _X_t_S_e_t_S_e_n_s_i_t_i_v_e to change    the sensitivity    argument.
  97.            Using _X_t_S_e_t_S_e_n_s_i_t_i_v_e ensures that if a parent widget
  98.            has _X_m_N_s_e_n_s_i_t_i_v_e    set to False, the ancestor-sensitive
  99.            flag of all its children    is appropriately set.
  100.  
  101.       _X_m_N_w_i_d_t_h
  102.            Specifies the inside width (excluding the border) of
  103.            the RectObj's rectangular display area.
  104.  
  105.       _X_m_N_x Specifies the x-coordinate of the upper left outside
  106.            corner of the RectObj's rectangular display area.  The
  107.            value is    relative to the    upper left inside corner of
  108.            the parent window.
  109.  
  110.       _X_m_N_y Specifies the y-coordinate of the upper left outside
  111.            corner of the RectObj's rectangular display area.  The
  112.            value is    relative to the    upper left inside corner of
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                        (printed 11/11/03)
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.      RRRReeeeccccttttOOOObbbbjjjj((((3333XXXX))))           UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV           RRRReeeeccccttttOOOObbbbjjjj((((3333XXXX))))
  137.  
  138.  
  139.  
  140.            the parent window.
  141.  
  142.     IIIInnnnhhhheeeerrrriiiitttteeeedddd RRRReeeessssoooouuuurrrrcccceeeessss
  143.       RectObj inherits behavior and    a resource from    _O_b_j_e_c_t.     For a
  144.       description of this resource,    refer to the _O_b_j_e_c_t man    page.
  145.  
  146.                  OOOObbbbjjjjeeeecccctttt RRRReeeessssoooouuuurrrrcccceeee SSSSeeeetttt
  147.      NNNNaaaammmmeeee          CCCCllllaaaassssssss        TTTTyyyyppppeeee         DDDDeeeeffffaaaauuuulllltttt   AAAAcccccccceeeessssssss
  148.      ____________________________________________________________________
  149.      XmNdestroyCallback      XmCCallback    XtCallbackList     NULL       C
  150.  
  151.  
  152.     TTTTrrrraaaannnnssssllllaaaattttiiiioooonnnnssss
  153.       There    are no translations for    RectObj.
  154.  
  155.      RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
  156.       _O_b_j_e_c_t(_3_X).
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.      Page 3                        (printed 11/11/03)
  196.  
  197.  
  198.  
  199.